SaveAsTiff(String,Nullable<Rectangle>,TiffFrameSettings) Method
In This Topic
Saves the image into a file in TIFF format.
Syntax
'Declaration
Public Overloads Sub SaveAsTiff( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle), _
Optional ByVal As TiffFrameSettings _
)
public void SaveAsTiff(
System.string ,
System.Nullable<Rectangle> ,
TiffFrameSettings
)
Parameters
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
- frameSettings
- The settings for encoding TIFF frame.
See Also